]> git.pld-linux.org Git - packages/attr.git/commitdiff
- updated to 1.1.3
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 8 Oct 2001 15:55:50 +0000 (15:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    attr-miscfix.patch -> 1.3

attr-miscfix.patch

index b34895dc25333ace1d6fe6e9a4df12f3f890e572..53a3452d6bde83784e3fb86e384c16d79da599b9 100644 (file)
@@ -5,10 +5,10 @@ diff -urN attr-1.0.1.org/configure.in attr-1.0.1/configure.in
  AC_SUBST(malloc_lib)
  
  dnl Set version
--. VERSION
+-. ./VERSION
 +PKG_MAJOR=1
-+PKG_MINOR=0
-+PKG_REVISION=1
++PKG_MINOR=1
++PKG_REVISION=3
 +PKG_BUILD=0
  
  pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
@@ -28,3 +28,12 @@ diff -urN attr-1.0.1.org/configure.in attr-1.0.1/configure.in
  AC_SUBST(pkg_man_dir)
  AC_SUBST(have_zipped_manpages)
  
+@@ -134,7 +134,7 @@
+ AC_SUBST(have_zipped_manpages)
+ dnl binaries
+-pkg_bin_dir=${prefix}/bin
++pkg_bin_dir=/bin
+ AC_SUBST(pkg_bin_dir)
+ dnl static libraries
This page took 0.028186 seconds and 4 git commands to generate.