Ajout GNUstep à /etc/skel.
[hvlinux.git] / functions / ipkg
index f948ac3..22f1803 100644 (file)
@@ -152,7 +152,9 @@ ipkg_script()
         hvpatch_pre
     fi
 
-    hvpatch
+    if [ "x${DECOMPRESS}" = "x1" ]; then
+        hvpatch
+    fi
 
     # Execute pre-configure function if applicable
     if function_exists hvconfig_pre ; then