forked from cromer/pamac-classic
change the pamac library to pamacclassic
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user