From b464c2860e91a60ffce805697b504bfbf7715148 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 6 Jul 2014 03:43:28 +0000 Subject: Sun Jul 6 03:41:15 UTC 2014 --- community/premake/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'community/premake') diff --git a/community/premake/PKGBUILD b/community/premake/PKGBUILD index 20b85f40e..47fbfa95a 100644 --- a/community/premake/PKGBUILD +++ b/community/premake/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 64914 2012-02-18 20:33:48Z lfleischer $ +# $Id: PKGBUILD 115018 2014-07-05 04:01:17Z fyan $ # Maintainer: Sven-Hendrik Haase # Contributor: revel # Contributor: Marcos J. S. Magalhaes pkgname=premake pkgver=4.3 -pkgrel=3 +pkgrel=4 pkgdesc="A simple build configuration and project generation tool using lua" arch=('i686' 'x86_64') url="http://industriousone.com/premake" @@ -21,5 +21,9 @@ build() { } package() { - install -Dm755 "$srcdir/premake-$pkgver/bin/release/premake4" "${pkgdir}/usr/bin/premake4" + cd "$srcdir/premake-$pkgver" + + install -Dm755 "bin/release/premake4" "${pkgdir}/usr/bin/premake4" + + install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -- cgit v1.2.3-54-g00ecf