|
Last change
on this file since 2174 was 436, checked in by Bruno Cornec, 17 years ago |
|
Addition of slackware support for mondorescue from all build scripts (not tested yet)
|
-
Property svn:executable
set to
*
|
|
File size:
299 bytes
|
| 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.