makedeb


zelda-alttd-alpha-git 0.r9.9b842a4-1


!!!UNFINISHED!!! The Legend of Zelda: A Link to the Dream - Remake of The Legend of Zelda: Link's Awakening !!!UNFINISHED!!!

Click here to go back to the commit logs for zelda-alttd-alpha-git.

Commit:


Hash: 8833f8db415a7e8c25d84dce4ac713435518772d

Message: Fix at the right moment

Diff


diff --git a/PKGBUILD b/PKGBUILD
index cf6e72e..808c849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,10 +35,10 @@ build() {
 }
 
 package() {
-  install -Dm 755 "$pkgname-launcher" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
   install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
 
   cd "$pkgname"
   make DESTDIR="$pkgdir/" install
+  install -Dm 755 "../$pkgname-launcher" "$pkgdir/usr/bin/$pkgname"
 }