[arch-commits] Commit in make/trunk (PKGBUILD make.install)
    Allan McRae 
    allan at archlinux.org
       
    Wed Feb  2 04:46:29 UTC 2011
    
    
  
    Date: Tuesday, February 1, 2011 @ 23:46:28
  Author: allan
Revision: 108663
fix license (FS#22421), fix install script
Modified:
  make/trunk/PKGBUILD
  make/trunk/make.install
--------------+
 PKGBUILD     |    2 +-
 make.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-02 04:33:53 UTC (rev 108662)
+++ PKGBUILD	2011-02-02 04:46:28 UTC (rev 108663)
@@ -8,7 +8,7 @@
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/make"
-license=('GPL')
+license=('GPL3')
 groups=('base-devel')
 depends=('glibc' 'sh')
 install=$pkgname.install
Modified: make.install
===================================================================
--- make.install	2011-02-02 04:33:53 UTC (rev 108662)
+++ make.install	2011-02-02 04:46:28 UTC (rev 108663)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 filelist=(make.info make.info-1 make.info-2)
 
 post_install() {
    
    
More information about the arch-commits
mailing list