readd meson
This commit is contained in:
7
meson_scripts/install_data.sh
Executable file
7
meson_scripts/install_data.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
mkdir -p $DESTDIR/$1
|
||||
if [[ -d $2 ]]; then
|
||||
cp -a $2/* $DESTDIR/$1
|
||||
else
|
||||
cp -a $2 $DESTDIR/$1
|
||||
fi
|
Reference in New Issue
Block a user