Changeset bbe00a4 in bootscripts-standard
- Timestamp:
-
Dec 12, 2007, 7:27:57 PM
(17 years ago)
- Author:
- Chris Staub <chris@…>
- Branches:
- master
- Children:
- 7df280d
- Parents:
- 29f0426
- Message:
-
Added SHELL to the Makefile as it uses bash-specific syntax
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r29f0426
|
rbbe00a4
|
|
1 | 1 | ETCDIR=/etc |
2 | 2 | LIBDIR=/lib |
| 3 | SHELL=/bin/bash |
3 | 4 | EXTDIR=${DESTDIR}${ETCDIR} |
4 | 5 | MODE=754 |