source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.6/mindi/slack/pbslack@ 436

Last change on this file since 436 was 436, checked in by Bruno Cornec, 16 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
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 CACHEDIR=/var/cache/PBPKG
16export PKGBUILDMINDI="true"
17./install.sh
Note: See TracBrowser for help on using the repository browser.