Skip to content

Commit 5f85cec

Browse files
committed
utils.sh :: fix errors in do_install function
1 parent b30fb3b commit 5f85cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/utils.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ do_install() {
1212

1313
cp index.theme "${INSTALL_DIR}"
1414

15+
cp -rt "${INSTALL_DIR}" \
16+
assets gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity
17+
1518
for _DIR in "${GTKDIR}" "${GTK320DIR}"
1619
do
1720
GTKVER="${_DIR##*/}"
1821

1922
mkdir "${_DIR}"
2023

21-
cp --preserve=links -rt "${INSTALL_DIR}" \
22-
assets gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity
23-
24-
cp --preserve=links -t "${_DIR}" \
24+
cp -t "${_DIR}" \
2525
"${GTKVER}/gtk.css" \
2626
"${GTKVER}/gtk-dark.css" \
2727
"${GTKVER}/gtk.gresource" \

0 commit comments

Comments
 (0)