1
0
mirror of synced 2026-04-30 05:45:08 +00:00

2006-07-13 20:10:40 by steve

Apply patch from Sven Hartge, to fix Debian package installation.
This commit is contained in:
steve
2006-07-13 20:10:40 +00:00
parent e7730fd483
commit 81afd9b7cb

View File

@@ -114,7 +114,7 @@ function installCentOS4Package
#
# TODO: STUB
#
function installDebianPackage
function installGentooPackage
{
prefix=$1
package=$2
@@ -126,4 +126,5 @@ function installDebianPackage
logMessage "NOTE: Not doing anything - this is a stub - FIXME"
}
}