|
Lines 17-23
Link Here
|
| 17 |
|
17 |
|
| 18 |
src_compile() { |
18 |
src_compile() { |
| 19 |
cd src |
19 |
cd src |
| 20 |
sed -i -e "s:CPLOGTYPE 7:CPLOGTYPE 2:" \ |
20 |
sed -i -e "s:CPLOGTYPE 3:CPLOGTYPE 2:" \ |
|
|
21 |
-e "s:CPSH \"-s /bin/sh\":CPSH \"\":" \ |
| 21 |
-e "s:nobody:lp:" cups-pdf.h |
22 |
-e "s:nobody:lp:" cups-pdf.h |
| 22 |
gcc ${CFLAGS} -o cups-pdf cups-pdf.c || die "Compilation failed." |
23 |
gcc ${CFLAGS} -o cups-pdf cups-pdf.c || die "Compilation failed." |
| 23 |
} |
24 |
} |