wok diff eudev/receipt @ rev 17885
fusecloop/extract_compressed_fs: large file support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 02 10:46:24 2015 +0200 (2015-04-02) |
parents | 8f0d02db4d84 |
children | 124c3a7da04f |
line diff
1.1 --- a/eudev/receipt Wed Sep 10 13:04:01 2014 +0200 1.2 +++ b/eudev/receipt Thu Apr 02 10:46:24 2015 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="Fork of udev to avoid depending on systemd" 1.6 MAINTAINER="tcg.thegamer@gmail.com" 1.7 -LICENSE="GPLv2" 1.8 +LICENSE="GPL2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://dev.gentoo.org/~blueness/eudev" 1.11 WGET_URL="${WEB_SITE}/${TARBALL}" 1.12 @@ -19,6 +19,7 @@ 1.13 { 1.14 cd $src 1.15 ./configure \ 1.16 + --sysconfdir=/etc \ 1.17 --exec-prefix="" \ 1.18 --with-rootprefix="" \ 1.19 --disable-manpages \