|
Last change
on this file was 1054, checked in by Bruno Cornec, 16 years ago |
r3872@localhost: bruno | 2010-06-10 12:15:05 +0200
In version devel (3+) mindi is renamed as mrmini
|
-
Property svn:executable
set to
*
|
|
File size:
300 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 PKGBUILDMRMINI="true"
|
|---|
| 17 | ./install.sh
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.