Mod for dbpware

This commit is contained in:
Mario Fetka
2025-09-06 20:36:32 +02:00
parent 78e516ad61
commit 246eae205f
3 changed files with 23 additions and 23 deletions

View File

@@ -67,7 +67,7 @@ topsrcdir=$topdir-$version # it may be necessary to override this
srcfiles=$buildpkgbase/srcfiles
pkgdirdesig=tgcware # topinstalldir suffix
pkgdirdesig=dbpware # topinstalldir suffix
topinstalldir=/usr/$pkgdirdesig
prefix=$topinstalldir
metainstalldir=$topinstalldir
@@ -1007,7 +1007,7 @@ generic_install_perl()
# but that will break buildpkg since they are processed
# later and the names thus change leaving pkgdef broken
$d =~ /\Q$_\E/ && return
for qw|/etc /usr/tgcware/bin /usr/tgcware/share|;
for qw|/etc /usr/dbpware/bin /usr/dbpware/share|;
$dirs[@dirs] = $_;
}