mirror of the now-defunct rocklinux.org
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.

11 lines
204 B

  1. cups-pdf_main() {
  2. cd src
  3. $CC -s -o cups-pdf cups-pdf.c
  4. cp -v cups-pdf $root/usr/lib/cups/backend
  5. cd ../extra
  6. cp -v PostscriptColor.ppd.gz $root/usr/share/cups/model
  7. cd ..
  8. }
  9. custmain=cups-pdf_main