danix
's git repository
home
/
my projects
/
lxqt-slackware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e9e40
)
fixed error in lxqt.SlackBuild that was preventing eventual patches to be applied
author
danix
<danix@danix.xyz>
Sat, 19 Dec 2020 11:17:13 +0000
(12:17 +0100)
committer
danix
<danix@danix.xyz>
Sat, 19 Dec 2020 11:17:13 +0000
(12:17 +0100)
lxqt.SlackBuild
patch
|
blob
|
blame
|
history
diff --git
a/lxqt.SlackBuild
b/lxqt.SlackBuild
index
3a48007
..
e7249ba
100755
(executable)
--- a/
lxqt.SlackBuild
+++ b/
lxqt.SlackBuild
@@
-119,7
+119,7
@@
fix_perms
# If any patches are needed, call this script to apply them:
if [ -r $CWD/patch/${PROGRAM}.patch ]; then
- patch -p1 < ${PROGRAM}.patch || exit 1
+ patch -p1 < $
CWD/patch/$
{PROGRAM}.patch || exit 1
fi
# Check autotools builds before continuing with cmake programs