mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
Move module templates to DATADIR
The file hierarchy standard wants that! git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1982 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ create_install_dir:
|
||||
rm -rf $(DESTDIR)$(MODDIR)/*.so
|
||||
|
||||
install_metadirs: create_install_dir
|
||||
cp -Rp $(srcdir)/www $(DESTDIR)$(MODDIR)
|
||||
cp -Rp $(srcdir)/www $(DESTDIR)$(DATADIR)
|
||||
for a in $(srcdir)/*; do \
|
||||
d=$$(echo $$a | sed -e "s:$(srcdir)/::g"); \
|
||||
if [ -d $$a ] && [ -f $${d}.so ]; then \
|
||||
|
||||
Reference in New Issue
Block a user