← recipes

Commit 95fdf35

2
plików
+3
dodanych
-2
usuniętych
@@ -1068,7 +1068,7 @@ build: |
1068 1068 IDN="9"
1069 1069 if ! (getent passwd $UN > /dev/null); then
1070 1070 useradd -c "Printer Service User" -d /var/spool/cups \
1071 - -u $IDN -g $UN -s /bin/false -u $UN
1071 + -u $IDN -g $SN -s /bin/false
1072 1072 fi
1073 1073 cd ${pkgname}-${pkgver}
1074 1074 sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c
@@ -35,7 +35,8 @@ footprint: |
35 35 build: |
36 36 cd ${pkgname}-${pkgver}
37 37 ./configure --prefix=/usr \
38 - --disable-static
38 + --disable-static \
39 + --disable-tester
39 40 make
40 41 make DESTDIR=${PKGDIR} install
41 42