Remove jar file that doesn't need to be packages
authorJamie Cameron <jcameron@webmin.com>
Mon, 1 Dec 2008 23:17:43 +0000 (23:17 +0000)
committerJamie Cameron <jcameron@webmin.com>
Mon, 1 Dec 2008 23:17:43 +0000 (23:17 +0000)
makedist.pl

index 69059ce..cbb6a9d 100755 (executable)
@@ -109,6 +109,7 @@ foreach $m (@mlist) {
 
 # Remove files that shouldn't be publicly available
 system("rm -rf $tardir/$dir/status/mailserver*");
+system("rm -rf $tardir/$dir/file/plugin.jar");
 
 # Add other directories
 foreach $d (@dirlist) {