add dmapi packages to the set which are built & installed every night.

silly oversight - not sure why I haven't picked this up before.
This commit is contained in:
Nathan Scott
2001-07-20 08:49:24 +00:00
parent 1f63faa540
commit 56bd54d197
+2 -2
View File
@@ -333,7 +333,7 @@ do
*clean)
# we need to configure or else we might fail to clean
for pkg in attr acl xfsprogs xfsdump xfstests
for pkg in attr acl xfsprogs dmapi xfsdump xfstests
do
cd $WORKAREA/cmd/$pkg
_log " *** clean $pkg tools"
@@ -386,7 +386,7 @@ do
|| _fail " !!! build modules failed"
_log " *** build and install tools"
for pkg in attr acl xfsprogs xfsdump xfstests
for pkg in attr acl xfsprogs dmapi xfsdump xfstests
do
cd $WORKAREA/cmd/$pkg