summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarodseth2012-05-03 15:59:39 +0000
committerarodseth2012-05-03 15:59:39 +0000
commitb365aa1d386768b3154d4823b5f6716b936af0ec (patch)
tree5082bae9b0d882190fb028fa30749b4fc13cc05b /PKGBUILD
parent7c88f847a10072c0b56acc6db36c8d2f84e6398e (diff)
downloadaur-b365aa1d386768b3154d4823b5f6716b936af0ec.tar.gz
Changed the wrapperscript from wings3d to wings3d.sh during build
git-svn-id: file:///srv/repos/svn-community/svn@70278 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d720bf0eb2b..d50629e6f16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=('povray: rendering support via POV-Ray')
replaces=('wings' 'wings-devel')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/wings/tarball/dgud/r15b-driver-compat"
- "$pkgname"
+ "$pkgname.sh"
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
sha256sums=('cbe917601b31b7d469c2f9ed0de1b016be86f14f9e757860990d9489a84585dd'
'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
@@ -47,7 +47,7 @@ package() {
install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
cd "$srcdir"
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -Dm644 "$pkgname.desktop" \
"$pkgdir/usr/share/applications/$pkgname.desktop"