mirror of
https://github.com/webmin/webmin.git
synced 2026-06-09 22:40:23 +01:00
Merge pull request #2435 from swelljoe/fix-makemoduledeb
We don't have to build debs on Debian
This commit is contained in:
@@ -24,9 +24,6 @@ my $copyright_file = "$debian_dir/copyright";
|
||||
my $changelog_file = "$debian_dir/changelog";
|
||||
my $files_file = "$debian_dir/files";
|
||||
|
||||
-r "/etc/debian_version" ||
|
||||
die RED, "makemoduledeb.pl must be run on Debian", RESET;
|
||||
|
||||
# Parse command-line args
|
||||
my ($force_theme, $url, $upstream, $provides, $debdepends, $debrecommends,
|
||||
$no_prefix, $force_usermin, $release, $allow_overwrite, $final_mod,
|
||||
|
||||
Reference in New Issue
Block a user