From aea0de8913f94c99cbe3b15e160653c6d85866f7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 31 Mar 2019 22:55:17 -0400 Subject: btt: mod rpm spec for copr --- beyond-the-titanic/beyond-the-titanic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'beyond-the-titanic') 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 -- cgit