mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
BSD doesn't like cp -a
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@643 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ create_install_dir:
|
||||
install_metadirs:
|
||||
for a in *; do \
|
||||
if [ -d $$a ] && [ -f $${a}.so ]; then \
|
||||
cp -Ra $$a $(DESTDIR)$(prefix)/share/znc; \
|
||||
cp -Rp $$a $(DESTDIR)$(prefix)/share/znc; \
|
||||
fi \
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user