|
Revision 918, 286 bytes
(checked in by takkaria, 6 months ago)
|
Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
include ../../mk/rules.mk |
|---|
| 2 |
include ../../mk/objective.mk |
|---|
| 3 |
|
|---|
| 4 |
OBJECTIVE_DATA = \ |
|---|
| 5 |
delete.me:${DATA_PATH}/bone |
|---|
| 6 |
|
|---|
| 7 |
install-posthook: |
|---|
| 8 |
if [ "x$(SETEGID)" != "x" ]; then \ |
|---|
| 9 |
if [ "x$(DRY)" = "x" ]; then \ |
|---|
| 10 |
chown root:${SETEGID} ${DATA_PATH}/bone; \ |
|---|
| 11 |
chmod 070 ${DATA_PATH}/bone; \ |
|---|
| 12 |
fi; \ |
|---|
| 13 |
fi |
|---|