diff options
author | B Stack <bgstack15@gmail.com> | 2019-03-31 22:55:17 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-03-31 22:55:17 -0400 |
commit | aea0de8913f94c99cbe3b15e160653c6d85866f7 (patch) | |
tree | f7f6471a9a1b5a26e10ad9f81ebe2b2c4cf1c0f0 | |
parent | beyond-the-titanic rpm (diff) | |
download | stackrpms-aea0de8913f94c99cbe3b15e160653c6d85866f7.tar.gz stackrpms-aea0de8913f94c99cbe3b15e160653c6d85866f7.tar.bz2 stackrpms-aea0de8913f94c99cbe3b15e160653c6d85866f7.zip |
btt: mod rpm spec for copr
-rw-r--r-- | beyond-the-titanic/beyond-the-titanic.spec | 5 |
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 |