summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-08-26 23:34:51 +0200
committerbegin-theadventure2023-08-26 23:34:51 +0200
commit54741acbe7601dadbfa9ec3bb6e4533812693384 (patch)
tree5fac81e9d071c2d4791a802bc6fcdd770d214e1c
parente63fb747a6040da3c520a8d5e7ae45fc0c95ce0b (diff)
downloadaur-stlspy-bin.tar.gz
Move lines
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cd6f3ed4361..a84cb318c017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,6 +35,6 @@ package() {
# Install
mv Linux/* "$pkgdir/opt/StlSpy"
ln -s /opt/StlSpy/StlSpy "$pkgdir/usr/bin/$_pkgname"
- install -Dm644 $_pkgname.png -t "$pkgdir/usr/share/icons/hicolor/1024x1024/apps"
install -Dm644 $_desktop -t "$pkgdir/usr/share/applications"
+ install -Dm644 $_pkgname.png -t "$pkgdir/usr/share/icons/hicolor/1024x1024/apps"
}