commit 77482a120dec0cdde3b25425a8cd683a52bf4400
Author: Mystro256 <alexjnewt(a)hotmail.com>
Date: Sun Nov 13 11:10:42 2016 -0500
Cleanup
mari0.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mari0.spec b/mari0.spec
index b8a1ea6..7b662d3 100644
--- a/mari0.spec
+++ b/mari0.spec
@@ -28,12 +28,12 @@ everyone having their own Portal gun. This game is made with LOVE.
%autosetup -n %{name}-%{githash}
%build
-zip -r %{name}.zip `ls | grep -v "_DO NOT INCLUDE"`
+zip -r %{name}.love . -x "_DO NOT INCLUDE"
#Execution Script:
echo -e "#!/bin/sh\nlove %{_datadir}/%{name}/%{name}.love\n" > %{name}
%install
-install -p -D -m 0644 %{name}.zip %{buildroot}/%{_datadir}/%{name}/%{name}.love
+install -p -D -m 0644 %{name}.love %{buildroot}/%{_datadir}/%{name}/%{name}.love
install -p -D -m 0755 %{name} %{buildroot}/%{_bindir}/%{name}
#Install desktop, icons:
desktop-file-install \
Show replies by date