forked from lijiext/lammps
address issue where uninstalling an empty package will erase all code in src
This commit is contained in:
parent
6f1bbd3cec
commit
1725832b6c
|
@ -33,5 +33,5 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue