Skip to content

Commit cbc4d90

Browse files
committed
[CSS2] get make install working
1 parent 1e00cda commit cbc4d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ install: all css2.tgz css2.txt css2.zip css2.ps.gz css2.pdf $(INSTALLDIR)/.htacc
322322
fi
323323
@if [ ! -d $(INSTALLDIR) ]; then mkdir -p $(INSTALLDIR);fi
324324
$(CP) css2.txt css2.zip css2.ps.gz css2.pdf css2.tgz $(INSTALLDIR)
325-
zcat css2.tgz | (cd $(INSTALLDIR); $(TAR) xvf -)
325+
cat css2.tgz | (cd $(INSTALLDIR); $(TAR) xvf -)
326326
-$(RM) $(INSTALLDIR)/Overview.html
327327
(cd $(INSTALLDIR); $(LN) -s cover.html Overview.html)
328328

0 commit comments

Comments
 (0)