summaryrefslogtreecommitdiff
path: root/beyond-the-titanic
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-31 22:55:17 -0400
committerB Stack <bgstack15@gmail.com>2019-03-31 22:55:17 -0400
commitaea0de8913f94c99cbe3b15e160653c6d85866f7 (patch)
treef7f6471a9a1b5a26e10ad9f81ebe2b2c4cf1c0f0 /beyond-the-titanic
parentbeyond-the-titanic rpm (diff)
downloadstackrpms-aea0de8913f94c99cbe3b15e160653c6d85866f7.tar.gz
stackrpms-aea0de8913f94c99cbe3b15e160653c6d85866f7.tar.bz2
stackrpms-aea0de8913f94c99cbe3b15e160653c6d85866f7.zip
btt: mod rpm spec for copr
Diffstat (limited to 'beyond-the-titanic')
-rw-r--r--beyond-the-titanic/beyond-the-titanic.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/beyond-the-titanic/beyond-the-titanic.spec b/beyond-the-titanic/beyond-the-titanic.spec
index 4a0fbc4..18492d8 100644
--- a/beyond-the-titanic/beyond-the-titanic.spec
+++ b/beyond-the-titanic/beyond-the-titanic.spec
@@ -29,12 +29,15 @@ In 2009 the source code was released under the GPL. This fork is
derived from the jxself release.
%prep
-%setup -n %{name}-%{vername}
+#%%setup -n %%{name}-%%{vername}
+tar -zxf %{SOURCE0}
%build
+cd %{name}-*
%make_build
%install
+cd %{name}-*
%make_install
# desktop files
bgstack15