From 8043aabf18aee731b6d1418d4aaab07c39d192f0 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Sun, 16 Mar 2025 18:43:04 -0500 Subject: [PATCH] We don't have to build debs on Debian --- makemoduledeb.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/makemoduledeb.pl b/makemoduledeb.pl index a12a7d799..bc3a76b6d 100755 --- a/makemoduledeb.pl +++ b/makemoduledeb.pl @@ -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,