change the pamac library to pamacclassic

This commit is contained in:
2017-10-29 17:23:58 -03:00
parent 68b6d219bf
commit 9623ed0c3f
36 changed files with 228 additions and 480 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
mkdir -p $DESTDIR/$1
if [[ -d $2 ]]; then
if [ -d "$2" ]; then
cp -a $2/* $DESTDIR/$1
else
cp -a $2 $DESTDIR/$1