diff options
Diffstat (limited to 'packimages/pack/makefile.mk')
-rw-r--r-- | packimages/pack/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index 471f5b585403..59611774b750 100644 --- a/packimages/pack/makefile.mk +++ b/packimages/pack/makefile.mk @@ -93,7 +93,7 @@ $(MISC)$/oxygen.flag : $(OXYGEN_TARBALL) # unpack the classic icon set $(MISC)$/classic.flag : $(CLASSIC_TARBALL) - cd $(MISC) && gunzip -d -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f) + cd $(MISC) && gzip -d -c $(CLASSIC_TARBALL) | ( tar -xf - ) && $(TOUCH) $(@:f) .IF "$(GUI)"=="UNX" chmod -R g+w $(MISC)$/classic .ENDIF |