caja: Fix multiple instance of caja

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-01-30 07:35:25 +07:00
parent bc97f6842c
commit f66cb246fb

View file

@ -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" \