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

Commit

Permalink
More directory path makefile files
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncadman committed Oct 12, 2011
1 parent 4cfbb7d commit 373fe96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -17,8 +17,9 @@ install: all
mkdir -p ${prefix}/lib/cloudprint-cups/
${INSTALL} ${srcdir}/submitjob.py ${prefix}/lib/cloudprint-cups/submitjob.py
${INSTALL} ${srcdir}/config.py ${prefix}/lib/cloudprint-cups/config.py
mkdir -p ${cupsbackend}
${INSTALL} -g `groups root | cut -d' ' -f1` -o root -m 700 ${srcdir}/backend.py ${cupsbackend}cloudprint
mkdir -p $(DESTDIR){$cupsmodel}
mkdir -p ${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 373fe96

Please sign in to comment.