X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fcups-pdf;h=926577efab0bda8ef2fcfce475d2059e605e1929;hb=582e550b16726c1391156a831baaf33c29a7a38f;hp=269137e85c18e3b2cab735f676d49e03f77d520e;hpb=84ffa3a4299c59046bbe6fdc6124087fbf5c5135;p=hvlinux.git diff --git a/stage5/pkg/cups-pdf b/stage5/pkg/cups-pdf index 269137e..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 -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 }