X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=make-jpkg;h=9eb0fab3a8078cd2e27e023c6bf8c6d7777f666e;hb=0093f783df5682c283ae4183f1277b49b054ba19;hp=758bcf8db075deae3b15dd00b3c6d970f9fecddf;hpb=2a9168df2bfed5c3353dfea956029a572d2a1e9b;p=sven%2Fjava-package.git diff --git a/make-jpkg b/make-jpkg index 758bcf8..9eb0fab 100755 --- a/make-jpkg +++ b/make-jpkg @@ -200,11 +200,11 @@ echo -n "Creating temporary directory: " tmp="$( mktemp -d -t "$program_name.XXXXXXXXXX" )" echo "$tmp" -debian_dir="$tmp/debian" -install -d -m 755 "$debian_dir" +package_dir="$tmp/package" +install -d -m 755 "$package_dir" -install_dir="$tmp/install" -install -d -m 755 "$install_dir" +debian_dir="$package_dir/debian" +install -d -m 755 "$debian_dir" # load and execute plugins echo -n "Loading plugins:"