Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Create full dir paths for install
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncadman committed Oct 12, 2011
1 parent bd62b2b commit 4cfbb7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -18,6 +18,7 @@ install: all
${INSTALL} ${srcdir}/submitjob.py ${prefix}/lib/cloudprint-cups/submitjob.py
${INSTALL} ${srcdir}/config.py ${prefix}/lib/cloudprint-cups/config.py
${INSTALL} -g `groups root | cut -d' ' -f1` -o root -m 700 ${srcdir}/backend.py ${cupsbackend}cloudprint
mkdir -p $(DESTDIR){$cupsmodel}
${INSTALL} ${srcdir}/cloudprint.ppd ${cupsmodel}CloudPrint.ppd
mkdir -p $(DESTDIR)/var/log/cups/
touch $(DESTDIR)/var/log/cups/cloudprint_log
Expand Down

0 comments on commit 4cfbb7d

Please sign in to comment.