mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 06:47:14 +08:00
13 lines
430 B
Diff
13 lines
430 B
Diff
diff -u openslp-2.0.0/etc/Makefile.am openslp-2.0.0/etc/Makefile.am
|
|
--- a/openslp-2.0.0/etc/Makefile.am 2013-07-20 21:51:37.675986920 +0000
|
|
+++ b/openslp-2.0.0/etc/Makefile.am 2013-07-20 21:51:58.399208143 +0000
|
|
@@ -4,7 +4,7 @@
|
|
|
|
#make sure the slpd log directory is there
|
|
install-data-hook:
|
|
- mkdir -p $(localstatedir)/log
|
|
+ mkdir -p $(DESTDIR)$(localstatedir)/log
|
|
|
|
##install-data-local:
|
|
## mkdir -p $(DESTDIR)$(sysconfdir)
|