appimage: whitespace only cleanup
This commit is contained in:
parent
e701b6d594
commit
5b81fbe7fe
|
|
@ -19,7 +19,7 @@ RUN yum install -y cairo-devel freeglut-devel gcc make tcsh \
|
|||
&& rpm -qa | sort \
|
||||
&& echo ""
|
||||
|
||||
# Tcl/Tk
|
||||
# Tcl/Tk
|
||||
WORKDIR /tcl
|
||||
RUN curl -L https://prdownloads.sourceforge.net/tcl/tcl8.6.16-src.tar.gz | tar --strip-components=1 -xzC . \
|
||||
&& cd unix \
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ appimagetool:
|
|||
curl -L "$(APPIMAGETOOL_DOWNLOAD_URL)" > ./appimagetool
|
||||
chmod +x ./appimagetool
|
||||
|
||||
$(APPIMAGE): prefix/bin/magic appimagetool $(RESOURCES)
|
||||
$(APPIMAGE): prefix/bin/magic appimagetool $(RESOURCES)
|
||||
cp $(RESOURCES) ./prefix/
|
||||
./appimagetool prefix
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue