mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
caja: Fix multiple instance of caja
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
bc97f6842c
commit
f66cb246fb
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Adding --sync parameter in caja.desktop
|
||||
sed -i 's/Exec=caja -n/Exec=caja --sync/' data/caja.desktop.in.in
|
||||
sed -i 's/Exec=caja/Exec=caja --sync/' data/caja.desktop.in.in
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue