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

Revision 436, 299 bytes checked in by bruno, 5 years ago (diff)

Addition of slackware support for mondorescue from all build scripts (not tested yet)

  • Property svn:executable set to *
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.