mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Support rpms that contain no files. Closes: #184714
This commit is contained in:
@@ -172,9 +172,11 @@ sub unpack {
|
||||
}
|
||||
}
|
||||
# Now move all files in the package to the directory we made.
|
||||
if (@filelist) {
|
||||
(system("mv", @filelist, "$workdir/".$this->prefixes) == 0)
|
||||
or die "error moving unpacked files into the default prefix directory: $!";
|
||||
}
|
||||
}
|
||||
|
||||
# cpio does not necessarily store all parent directories in an
|
||||
# archive, and so some directories, if it has to make them and has
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
alien (8.25) unstable; urgency=low
|
||||
|
||||
* Support rpms that contain no files. Closes: #184714
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sat, 15 Mar 2003 21:34:33 -0800
|
||||
|
||||
alien (8.24) unstable; urgency=low
|
||||
|
||||
* Corrected precidence problem that made alien not catch mkdir of the work
|
||||
|
||||
Reference in New Issue
Block a user