mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-01 13:56:28 +02:00
copy files
This commit is contained in:
parent
650cc6dac1
commit
34a6f7de65
1 changed files with 4 additions and 2 deletions
6
Makefile
Normal file → Executable file
6
Makefile
Normal file → Executable file
|
@ -18,8 +18,10 @@ migrate: vendor
|
||||||
|
|
||||||
|
|
||||||
install: vendor migrate
|
install: vendor migrate
|
||||||
install -d $(INSTALL_DIR)
|
chmod -R 750 .
|
||||||
install . $(INSTALL_DIR)
|
install -m750 -d $(INSTALL_DIR)
|
||||||
|
cp -a . $(INSTALL_DIR)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue