Moving away from customization tarball to git -- files don't change enough.; Updates to ShadowArch install and script dependencies

This commit is contained in:
DarkFeather
2017-03-29 17:45:16 -05:00
parent b37eb3270e
commit 0cc559431a
142 changed files with 5513 additions and 62 deletions

View File

@@ -5,6 +5,7 @@ compile:
@echo Nothing to compile.
install: compile
mkdir -p ${LOCATION};
for i in ${LIST}; do cp ./$$i ${LOCATION}; done
make checkperm