[arch-commits] CVS update of arch/build/system/unrar (PKGBUILD)
Eric Belanger
eric at archlinux.org
Fri Jul 27 00:18:48 UTC 2007
Date: Thursday, July 26, 2007 @ 20:18:48
Author: eric
Path: /home/cvs-arch/arch/build/system/unrar
Modified: PKGBUILD (1.9 -> 1.10)
create correct directory for license
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: arch/build/system/unrar/PKGBUILD
diff -u arch/build/system/unrar/PKGBUILD:1.9 arch/build/system/unrar/PKGBUILD:1.10
--- arch/build/system/unrar/PKGBUILD:1.9 Thu Jul 26 19:42:46 2007
+++ arch/build/system/unrar/PKGBUILD Thu Jul 26 20:18:48 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.9 2007/07/26 23:42:46 dan Exp $
+# $Id: PKGBUILD,v 1.10 2007/07/27 00:18:48 eric Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
# Contributor: dorphell <dorphell at gmx.net>
pkgname=unrar
@@ -20,7 +20,7 @@
patch -Np1 -i ${startdir}/src/unrar-3.5.2-optimalization-fix.patch || return 1
make -f makefile.unix
mkdir -p ${startdir}/pkg/usr/bin
- mkdir -p ${startdir}/pkg/usr/share/licenses/custom/rarsoft
+ mkdir -p ${startdir}/pkg/usr/share/licenses/$pkgname
install -m755 unrar ${startdir}/pkg/usr/bin/
# install license
install -m644 license.txt ${startdir}/pkg/usr/share/licenses/$pkgname/
More information about the arch-commits
mailing list