mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-28 13:58:14 +00:00
fix absolute filename in Packages that make otherpkgs intall deb package fail
This commit is contained in:
@@ -776,7 +776,7 @@ sub kit_buildrepo1
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
if ( system("dpkg-scanpackages $repodir > $repodir/Packages") ) {
|
||||
if ( system("cd $repo;dpkg-scanpackages . > Packages") ) {
|
||||
print "Error building the repository meta-data with the dpkg-scanpackages command \n";
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user