diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2020-07-21 05:47:09 -0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2020-07-21 05:47:09 -0400 |
| commit | 1e96ade8021fa56f1d109c50030eb7383bffd79f (patch) | |
| tree | a188253fe34f0343ca1269c11c5d263c985432fe /build.sh | |
| parent | 7f03907eedfb7ceda46c0b9eac64e2cbe17c2b34 (diff) | |
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ src="https://git.vasthecat.ru/$pkg_name.git" git clone "$src" "$base_dir/$pkg_name-src" mkdir -p "$pkg_folder/usr/bin" +mkdir -p "$pkg_folder/usr/share/applications" cp -r DEBIAN "$pkg_folder" cd "$base_dir/$pkg_name-src" @@ -17,6 +18,7 @@ sed -i "/tic/d" "Makefile" make make install +cp "$base_dir/st.desktop" "$pkg_folder/usr/share/applications" cd "$base_dir" fakeroot dpkg-deb --build "$pkg_folder" |