diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2008-09-16 20:33:09 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2008-09-16 20:34:11 +0200 |
commit | fa251206912cd07036c9ae75e3e56e7a6523f014 (patch) | |
tree | 11863c92579b792336f2ae3b5c058d14c5b6c835 /coreutils | |
parent | 1a540bf4a0cc53995cd1ff7fbf1982e14054b562 (diff) | |
download | core-fa251206912cd07036c9ae75e3e56e7a6523f014.tar.gz core-fa251206912cd07036c9ae75e3e56e7a6523f014.tar.xz |
coreutils: includes mktemp now.
The coreutils port will be patched to include the mktemp program.
This fixes bug #212.
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/.footprint | 2 | ||||
-rw-r--r-- | coreutils/Pkgfile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/coreutils/.footprint b/coreutils/.footprint index 36936680..4aee7010 100644 --- a/coreutils/.footprint +++ b/coreutils/.footprint @@ -53,6 +53,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/logname -rwxr-xr-x root/root usr/bin/md5sum -rwxr-xr-x root/root usr/bin/mkfifo +-rwxr-xr-x root/root usr/bin/mktemp -rwxr-xr-x root/root usr/bin/nice -rwxr-xr-x root/root usr/bin/nl -rwxr-xr-x root/root usr/bin/nohup @@ -134,6 +135,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mkdir.1.gz -rw-r--r-- root/root usr/man/man1/mkfifo.1.gz -rw-r--r-- root/root usr/man/man1/mknod.1.gz +-rw-r--r-- root/root usr/man/man1/mktemp.1.gz -rw-r--r-- root/root usr/man/man1/mv.1.gz -rw-r--r-- root/root usr/man/man1/nice.1.gz -rw-r--r-- root/root usr/man/man1/nl.1.gz diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 5d82bf64..ed53cd7e 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -4,7 +4,7 @@ name=coreutils version=6.12 -release=1 +release=2 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz coreutils-uname.patch) @@ -18,7 +18,7 @@ build() { --mandir=/usr/man \ --disable-nls \ --disable-assert \ - --enable-no-install-program=uptime,kill,mktemp,chcon,runcon,groups + --enable-no-install-program=uptime,kill,chcon,runcon,groups make make DESTDIR=$PKG install |