Fix error in deletion of .so files
authorJamie Cameron <jcameron@webmin.com>
Wed, 22 Jun 2011 23:47:23 +0000 (16:47 -0700)
committerJamie Cameron <jcameron@webmin.com>
Wed, 22 Jun 2011 23:47:23 +0000 (16:47 -0700)
makedebian.pl

index 637a97e..2d8f786 100755 (executable)
@@ -77,7 +77,7 @@ if ($product eq "webmin") {
        system("cd $usr_dir && rm -f mount/macos-mounts*");
        system("cd $usr_dir && rm -f webmin-gentoo-init");
        system("cd $usr_dir && rm -rf format bsdexports hpuxexports sgiexports zones rbac");
-       system("cd $usr_dir && rm -f acl/Authen-SolarisRBAC-0.1*");
+       system("cd $usr_dir && rm -rf acl/Authen-SolarisRBAC-0.1*");
        }
 
 # Create init script