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

cups-pdf_main() {
cd src
$CC -s -o cups-pdf cups-pdf.c
cp -v cups-pdf $root/usr/lib/cups/backend
cd ../extra
cp -v PostscriptColor.ppd.gz $root/usr/share/cups/model
cd ..
}
custmain=cups-pdf_main