Skip to content

Commit

Permalink
fix pkgdir bug
Browse files Browse the repository at this point in the history
  • Loading branch information
petrucci4prez committed Nov 28, 2015
1 parent e81943a commit 006b88e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compile-theme
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#! /bin/bash

if [ $# -eq 0 ]; then
pkg_dir="pkg"
pkg_dir="$PWD"/"pkg"
else
pkg_dir="$1"
fi

icon_dir="$PWD"/"$pkg_dir"/usr/share/icons/CinnXP
theme_dir="$PWD"/"$pkg_dir"/usr/share/themes/CinnXP
icon_dir="$pkg_dir"/usr/share/icons/CinnXP
theme_dir="$pkg_dir"/usr/share/themes/CinnXP
theme_src="$PWD"/theme-src

######################
Expand Down

0 comments on commit 006b88e

Please sign in to comment.