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,8 +172,10 @@ sub unpack {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Now move all files in the package to the directory we made.
|
# Now move all files in the package to the directory we made.
|
||||||
(system("mv", @filelist, "$workdir/".$this->prefixes) == 0)
|
if (@filelist) {
|
||||||
or die "error moving unpacked files into the default prefix directory: $!";
|
(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
|
# cpio does not necessarily store all parent directories in an
|
||||||
|
|||||||
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
|
alien (8.24) unstable; urgency=low
|
||||||
|
|
||||||
* Corrected precidence problem that made alien not catch mkdir of the work
|
* Corrected precidence problem that made alien not catch mkdir of the work
|
||||||
|
|||||||
Reference in New Issue
Block a user