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

Commit

Permalink
Browse files Browse the repository at this point in the history
Install selinux files
  • Loading branch information
simoncadman committed Apr 15, 2014
1 parent c811d7d commit 1a1bd60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Expand Up @@ -11,6 +11,7 @@ all: backend.py

install: all
mkdir -p ${prefix}/share/cloudprint-cups/oauth2client
mkdir -p ${prefix}/share/cloudprint-cups/selinux
mkdir -p ${prefix}/share/cloudprint-cups/testing/testfiles
${INSTALL} ${srcdir}/.coveragerc ${prefix}/share/cloudprint-cups/
${INSTALL} ${srcdir}/*.py ${prefix}/share/cloudprint-cups/
Expand All @@ -24,6 +25,7 @@ install: all
${INSTALL} -m 644 ${srcdir}/testing/*.py ${prefix}/share/cloudprint-cups/testing/
${INSTALL} -m 755 ${srcdir}/testing/listdrivefiles.py ${prefix}/share/cloudprint-cups/testing/
${INSTALL} -m 644 ${srcdir}/testing/testfiles/* ${prefix}/share/cloudprint-cups/testing/testfiles/
${INSTALL} -m 644 ${srcdir}/selinux/* ${prefix}/share/cloudprint-cups/selinux/
${INSTALL} -m 644 ${srcdir}/oauth2client/*.py ${prefix}/share/cloudprint-cups/oauth2client/
mkdir -p ${cupsbackend}
mkdir -p ${cupsdriver}
Expand Down

0 comments on commit 1a1bd60

Please sign in to comment.