mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
when copying, be forceful about it to gratuitously overwrite symlinks
This commit is contained in:
parent
e9b3eb8f73
commit
a71258c161
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ $(TARGET_DIR):
|
|||||||
zcat $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf -; \
|
zcat $(TARGET_SKELETON) | tar -C $(BUILD_DIR) -xf -; \
|
||||||
fi;
|
fi;
|
||||||
if [ -d "$(TARGET_SKEL_DIR)" ] ; then \
|
if [ -d "$(TARGET_SKEL_DIR)" ] ; then \
|
||||||
cp -a $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \
|
cp -fa $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \
|
||||||
fi;
|
fi;
|
||||||
touch $(STAGING_DIR)/.fakeroot.00000
|
touch $(STAGING_DIR)/.fakeroot.00000
|
||||||
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
|
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user