diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-14 15:28:37 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 21:17:57 +0700 |
commit | a8d39ca8f8cf33417e087f2d3cb14f92564c6060 (patch) | |
tree | 6b3104a3b46fa7d3b9de54cdf0698f4671041f15 /misc/utimer/utimer.SlackBuild | |
parent | a6a2ccd3e56ac5f8d340e1e0a53f33f8bda74ed7 (diff) |
misc/utimer: Patch to build on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 \) \ |