Added --sync to caja.desktop

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo 2013-04-03 21:24:18 +07:00
parent 4296e097db
commit 4f18fa53e5

View file

@ -3,6 +3,7 @@
# Slackware build script for mate-file-manager
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -75,6 +76,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Adding --sync parameter in caja.desktop
sed -i 's/Exec=caja/Exec=caja --sync/' data/caja.desktop.in.in
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \