mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +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 -d $(INSTALL_DIR)
|
||||
install . $(INSTALL_DIR)
|
||||
chmod -R 750 .
|
||||
install -m750 -d $(INSTALL_DIR)
|
||||
cp -a . $(INSTALL_DIR)
|
||||
|
||||
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue