From ecdfe750c84b463f74d295d3ca6221f456702020 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sun, 20 Oct 2019 08:18:19 +0000 Subject: [PATCH] fix building pcmanfm --- Slax/debian10/modules/04-apps/build | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Slax/debian10/modules/04-apps/build b/Slax/debian10/modules/04-apps/build index e0e3e62..8252e24 100755 --- a/Slax/debian10/modules/04-apps/build +++ b/Slax/debian10/modules/04-apps/build @@ -33,12 +33,10 @@ cd $REBUILD apt-get source pcmanfm -cd pcmanfm-1.2.5 - -cat $CWD/patches/pcmanfm-slax.diff > debian/patches/pcmanfm-slax.diff -echo pcmanfm-slax.diff >> debian/patches/series - +cd pcmanfm-1.3.1 dpkg-buildpackage -us -uc +patch -p1 < $CWD/patches/pcmanfm-slax.diff +make strip --strip-unneeded src/pcmanfm cp src/pcmanfm /squashfs-root/usr/bin