diff options
Diffstat (limited to 'beyond-the-titanic')
-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 |