Last change
on this file since 896 was 896, checked in by Bruno Cornec, 16 years ago |
r3590@localhost: bruno | 2009-11-07 02:45:08 +0100
- Mondorescue 2.2.9.1 is now the next beta
- Improved uild files for non rpm Mondorescue 2.2.10
- ChangeLog file now created by pb_cms_log
|
-
Property svn:executable
set to
*
|
File size:
302 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 MINDI_CACHE=/var/cache/PBPKG
|
---|
16 | export PKGBUILDMINDI="true"
|
---|
17 | ./install.sh
|
---|
Note:
See
TracBrowser
for help on using the repository browser.