diff options
Diffstat (limited to 'misc/utimer/utimer.SlackBuild')
-rw-r--r-- | misc/utimer/utimer.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/utimer/utimer.SlackBuild b/misc/utimer/utimer.SlackBuild index a5aab681ea745..3d69312a36b2e 100644 --- a/misc/utimer/utimer.SlackBuild +++ b/misc/utimer/utimer.SlackBuild @@ -54,6 +54,9 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION +# some patches from gentoo +patch -p1 < $CWD/utimer-0.4-fno-common.patch +patch -p1 < $CWD/utimer-0.4-locale.patch chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |