Commit ac1ae8c 1 parent 2dadf1c commit ac1ae8c Copy full SHA for ac1ae8c
File tree 4 files changed +4
-9
lines changed
4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ include ../../mk/spksrc.install-resources.mk
23
23
24
24
CONFIG_FOLDER = $(STAGING_INSTALL_PREFIX ) /var/phpmemcachedadmin.config
25
25
26
- # remarks:
27
- # PLIST must containe rsc:var/*
28
- # without '*' wildcard, the folder is not copied to the staging folder
29
- # for packages for DSM 7
30
-
31
26
.PHONY : phpmemcachedadmin_install
32
27
# link the Config folder into var for backup/restore on package update
33
28
# and for on demand creation of the default config on DSM 7.
Original file line number Diff line number Diff line change 1
1
rsc:share/phpMemcachedAdmin/
2
- rsc:var/*
2
+ rsc:var/phpmemcachedadmin.config/
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ include ../../mk/spksrc.spk.mk
34
34
35
35
.PHONY : memcached_extra_install
36
36
memcached_extra_install :
37
- @install -m 755 -d $(STAGING_DIR ) /app $( STAGING_DIR ) /var/phpmemcachedadmin.config
37
+ @install -m 755 -d $(STAGING_DIR ) /app
38
38
@install -m 644 src/app/config $(STAGING_DIR ) /app/config
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ service_postinst ()
20
20
fi
21
21
22
22
if [ " ${SYNOPKG_DSM_VERSION_MAJOR} " -lt 7 ]; then
23
- # make config writable by user http
23
+ # make config writable by http group
24
24
chmod -R g+w ${CONFIG_DIR}
25
25
chown -R :http ${SYNOPKG_PKGDEST} /share
26
- # make Temp and other folders ritable by user http
26
+ # make Temp and other folders writable by http group
27
27
chmod -R g+w ${SYNOPKG_PKGDEST} /share
28
28
fi
29
29
}
You can’t perform that action at this time.
0 commit comments