X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fcups-pdf;h=926577efab0bda8ef2fcfce475d2059e605e1929;hb=f79ad533872310110168964318c24c7c3eb6edf2;hp=18d50792d7e1107246e31044ff20ff77242d911a;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage5/pkg/cups-pdf b/stage5/pkg/cups-pdf index 18d5079..926577e 100644 --- a/stage5/pkg/cups-pdf +++ b/stage5/pkg/cups-pdf @@ -2,11 +2,11 @@ hvbuild() { - cd ${LFS_TMP}/${PACKAGE}/src + cd ${SRC_DIR}/src gcc -O9 -s -o cups-pdf cups-pdf.c - install -m 0700 cups-pdf /usr/lib/cups/backend + install -v -m 0700 cups-pdf /usr/lib/cups/backend - cd ${LFS_TMP}/${PACKAGE} + cd ${SRC_DIR} cp extra/cups-pdf.conf /etc/cups cp extra/CUPS-PDF.ppd /usr/share/cups/model }