makedeb
!!!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.
Hash: 8833f8db415a7e8c25d84dce4ac713435518772d
Message: Fix at the right moment
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"
}