| Revision 436,
299 bytes
checked in by bruno, 5 years ago
(diff) |
|
Addition of slackware support for mondorescue from all build scripts (not tested yet)
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/bash -f |
|---|
| 2 | # |
|---|
| 3 | # $Id$ |
|---|
| 4 | # |
|---|
| 5 | # Script to build Slackware packages |
|---|
| 6 | # |
|---|
| 7 | |
|---|
| 8 | export DONT_RELINK=1 |
|---|
| 9 | export HEAD=$PBBUILDDIR/PBPKG |
|---|
| 10 | export PREFIX=/usr |
|---|
| 11 | export CONFDIR=/etc |
|---|
| 12 | export MANDIR=/usr/man |
|---|
| 13 | export DOCDIR=/usr/doc |
|---|
| 14 | export LIBDIR=/usr/lib |
|---|
| 15 | export CACHEDIR=/var/cache/PBPKG |
|---|
| 16 | export PKGBUILDMINDI="true" |
|---|
| 17 | ./install.sh |
|---|
Note: See
TracBrowser
for help on using the repository browser.