You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-print/cups/files/cups-2.0.1-xinetd-installat...

10 lines
332 B

--- a/scheduler/Makefile
+++ a/scheduler/Makefile
@@ -211,4 +211,5 @@
- elif test "x$(XINETD)" != x; then \
+ fi
+ if test "x$(XINETD)" != x; then \
echo Installing xinetd configuration file for cups-lpd...; \
$(INSTALL_DIR) -m 755 $(BUILDROOT)$(XINETD); \
$(INSTALL_DATA) cups-lpd.xinetd $(BUILDROOT)$(XINETD)/cups-lpd; \