diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:46:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:46:05 +0700 |
commit | 822adc0acdd452c6c267370e42b6eec2a5077628 (patch) | |
tree | b1b5c19069a34befab39dff64185dec43f1a4f74 /libraries/gconfmm | |
parent | d0ba98a70336e4d472bb67ea2bbe19163b433ed0 (diff) | |
download | slackbuilds-822adc0acdd452c6c267370e42b6eec2a5077628.tar.gz |
libraries/gconfmm: Fix double patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gconfmm')
-rw-r--r-- | libraries/gconfmm/gconfmm.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libraries/gconfmm/gconfmm.SlackBuild b/libraries/gconfmm/gconfmm.SlackBuild index 59626c25ec..9a896446c5 100644 --- a/libraries/gconfmm/gconfmm.SlackBuild +++ b/libraries/gconfmm/gconfmm.SlackBuild @@ -64,10 +64,6 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION - -# Thanks to Petar Petrov and Gentoo -patch -p1 < $CWD/gconfmm-2.28.3-no-extern-c-glib-includes.patch - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -75,7 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Thanks to Gentoo! +# Thanks to Petar Petrov and Gentoo! patch -p1 -i $CWD/gconfmm-2.28.3-no-extern-c-glib-includes.patch CFLAGS="$SLKCFLAGS" \ |