File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ install.files:
7878 @echo INSTALL_CAN_PUT_PERMISSIONS: ${INSTALL_CAN_PUT_PERMISSIONS}
7979 # # Configuration files
8080 $(INSTALL ) -m ${INSTALL_MOD_755} -d $(TEMPROOT )$(CONFIGDIR ) /conf.d
81- ${INSTALL} -m ${INSTALL_MOD_644} ocsigenserver.conf.sample $(TEMPROOT )$(CONFIGDIR ) /
81+ ${INSTALL} -m ${INSTALL_MOD_644} _build/install/default/etc/ocsigenserver/ ocsigenserver.conf.sample $(TEMPROOT )$(CONFIGDIR ) /
8282 [ -f $( TEMPROOT) $( CONFIGDIR) /ocsigenserver.conf ] || \
83- { $( INSTALL) -m ${INSTALL_MOD_644} ocsigenserver.conf.sample \
83+ { $( INSTALL) -m ${INSTALL_MOD_644} _build/install/default/etc/ocsigenserver/ ocsigenserver.conf.sample \
8484 $(TEMPROOT )$(CONFIGDIR ) /ocsigenserver.conf; }
8585 -mv $(TEMPROOT )$(CONFIGDIR ) /mime.types $(TEMPROOT )$(CONFIGDIR ) /mime.types.old
8686 # # Log directory
Original file line number Diff line number Diff line change 44 (:standard -w -69))))
55
66(rule
7- (mode
8- (promote (until-clean)))
97 (target ocsigenserver.conf.sample)
108 (action
119 (with-stdout-to
1210 %{target}
1311 (run src/files/ocsigenserver.conf/gen.exe sample))))
1412
13+ (install
14+ (files ocsigenserver.conf.sample)
15+ (section etc)
16+ (package ocsigenserver))
17+
1518(subdir
1619 local/etc
1720 (rule
You can’t perform that action at this time.
0 commit comments