[arch-commits] CVS update of core/base/file (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sat Sep 22 05:11:11 UTC 2007
Date: Saturday, September 22, 2007 @ 01:11:11
Author: eric
Path: /home/cvs-core/core/base/file
Modified: PKGBUILD (1.37 -> 1.38)
fixed license location
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Index: core/base/file/PKGBUILD
diff -u core/base/file/PKGBUILD:1.37 core/base/file/PKGBUILD:1.38
--- core/base/file/PKGBUILD:1.37 Mon Sep 17 18:56:56 2007
+++ core/base/file/PKGBUILD Sat Sep 22 01:11:11 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.37 2007/09/17 22:56:56 thomas Exp $
+# $Id: PKGBUILD,v 1.38 2007/09/22 05:11:11 eric Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=file
pkgver=4.21
@@ -18,6 +18,5 @@
./configure --prefix=/usr --datadir=/usr/share/misc
make || return 1
make DESTDIR=$startdir/pkg install
- mkdir -p ${startdir}/pkg/usr/share/licenses
- install -m644 LEGAL.NOTICE ${startdir}/pkg/usr/share/licenses/
+ install -D -m644 LEGAL.NOTICE ${startdir}/pkg/usr/share/licenses/${pkgname}/LEGAL.NOTICE
}
More information about the arch-commits
mailing list