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 if [ -f 'functions.bash' ]; then
DST='downloads' DST='downloads'
PKGS='packages' PKGS='rules'
source 'functions.bash' source 'functions.bash'
elif [ -f '../functions.bash' ]; then elif [ -f '../functions.bash' ]; then
DST='../downloads' DST='../downloads'
PKGS='../packages' PKGS='../rules'
source '../functions.bash' source '../functions.bash'
else else
echo "ERROR: unable to find functions.bash." echo "ERROR: unable to find functions.bash."

View File

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