Browse Source

hannes:


			
			
				rocklinux
			
			
		
hannes 21 years ago
parent
commit
d1cf6594e0
2 changed files with 3 additions and 2 deletions
  1. +3
    -0
      package/base/acl/acl.conf
  2. +0
    -2
      package/base/acl/acl.desc

+ 3
- 0
package/base/acl/acl.conf

@ -26,6 +26,9 @@ makeinstopt="$makeinstopt install-dev install-lib"
# only static libs go here
var_append confopt ' ' "--libexecdir='$libdir'"
# enable gettext support if possible
pkginstalled gettext || var_append confopt ' ' "--enable-gettext=no"
# coreutils is built with libacl
libdir="$root/lib"

+ 0
- 2
package/base/acl/acl.desc

@ -26,8 +26,6 @@
[T] POSIX Access Control Lists are used to define more fine-grained
[T] discretionary access rights for files and directories.
[U] http://acl.bestbits.at/
[A] Andreas Gruenbacher <a.gruenbacher@computer.org>
[A] SGI XFS development team <linux-xfs@oss.sgi.com>
[M] Clifford Wolf <clifford@clifford.at>

Loading…
Cancel
Save