Last change
on this file since 1019 was
119,
checked in by presbrey, 16 years ago
|
packaged sql-signup utility
|
File size:
486 bytes
|
Rev | Line | |
---|
[119] | 1 | install: |
---|
| 2 | install -Dpm 644 sql-signup-capps ${DESTDIR}/etc/security/console.apps/sql-signup |
---|
| 3 | install -Dpm 644 sql-signup-pam ${DESTDIR}/etc/pam.d/sql-signup |
---|
| 4 | install -DpT sql-signup-sbin ${DESTDIR}/usr/sbin/sql-signup |
---|
| 5 | mkdir -p ${DESTDIR}/usr/bin |
---|
| 6 | ln -nfs /usr/bin/consolehelper ${DESTDIR}/usr/bin/sql-signup |
---|
| 7 | |
---|
| 8 | clean: |
---|
| 9 | rm -f ${DESTDIR}/usr/bin/sql-signup |
---|
| 10 | rm -f ${DESTDIR}/usr/sbin/sql-signup |
---|
| 11 | rm -f ${DESTDIR}/etc/pam.d/sql-signup |
---|
| 12 | rm -f ${DESTDIR}/etc/security/console.apps/sql-signup |
---|
Note: See
TracBrowser
for help on using the repository browser.