cups: Add link at /etc/cups pointing to configuration

This is needed because cups-pdf is looking for its configuration file in
/etc/cups.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-07-25 16:02:04 +00:00
parent fdf630e8d4
commit 71aba971c4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
etc/cups
etc/dbus-1/system.d/cups.conf
etc/pam.d/cups
etc/rc.d/init.d/cups

View File

@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/cups-$(VER)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cups
PAK_VER = 27
PAK_VER = 28
DEPS = avahi cups-filters dbus ghostscript
@@ -104,5 +104,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
$(call INSTALL_INITSCRIPTS,$(SERVICES))
cp -fv $(DIR_SRC)/config/cups/cupsd.conf /var/ipfire/cups/
# Install convenience link
ln -svf /var/ipfire/cups /etc/cups
@rm -rf $(DIR_APP)
@$(POSTBUILD)