source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.10/mindi/slack/pbslack@ 896

Last change on this file since 896 was 896, checked in by Bruno Cornec, 14 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
8export DONT_RELINK=1
9export HEAD=$PBBUILDDIR/PBPKG
10export PREFIX=/usr
11export CONFDIR=/etc
12export MANDIR=/usr/man
13export DOCDIR=/usr/doc
14export LIBDIR=/usr/lib
15export MINDI_CACHE=/var/cache/PBPKG
16export PKGBUILDMINDI="true"
17./install.sh
Note: See TracBrowser for help on using the repository browser.