We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30fb3b commit 5f85cecCopy full SHA for 5f85cec
1 file changed
scripts/utils.sh
@@ -12,16 +12,16 @@ do_install() {
12
13
cp index.theme "${INSTALL_DIR}"
14
15
+ cp -rt "${INSTALL_DIR}" \
16
+ assets gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity
17
+
18
for _DIR in "${GTKDIR}" "${GTK320DIR}"
19
do
20
GTKVER="${_DIR##*/}"
21
22
mkdir "${_DIR}"
23
- cp --preserve=links -rt "${INSTALL_DIR}" \
- assets gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity
-
24
- cp --preserve=links -t "${_DIR}" \
+ cp -t "${_DIR}" \
25
"${GTKVER}/gtk.css" \
26
"${GTKVER}/gtk-dark.css" \
27
"${GTKVER}/gtk.gresource" \
0 commit comments