utils: packages folder is now rules folder.

This commit is contained in:
Jose Braga 2014-02-28 17:07:45 +00:00
parent fc6b7d700a
commit 074e6518c3
2 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@
if [ -f 'functions.bash' ]; then
DST='downloads'
PKGS='packages'
PKGS='rules'
source 'functions.bash'
elif [ -f '../functions.bash' ]; then
DST='../downloads'
PKGS='../packages'
PKGS='../rules'
source '../functions.bash'
else
echo "ERROR: unable to find functions.bash."

View File

@ -27,7 +27,7 @@ tar czf "$1/${backupsystem}_backup/${backupfile}" \
architectures \
scripts \
product \
packages \
rules \
systems
echo "Done ... "