Skip to content

Commit

Permalink
utils.sh :: fix errors in do_install function
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Oct 23, 2016
1 parent b30fb3b commit 5f85cec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ do_install() {

cp index.theme "${INSTALL_DIR}"

cp -rt "${INSTALL_DIR}" \
assets gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity

for _DIR in "${GTKDIR}" "${GTK320DIR}"
do
GTKVER="${_DIR##*/}"

mkdir "${_DIR}"

cp --preserve=links -rt "${INSTALL_DIR}" \
assets gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity

cp --preserve=links -t "${_DIR}" \
cp -t "${_DIR}" \
"${GTKVER}/gtk.css" \
"${GTKVER}/gtk-dark.css" \
"${GTKVER}/gtk.gresource" \
Expand Down

0 comments on commit 5f85cec

Please sign in to comment.