diff options
author | Marvin W <git@larma.de> | 2017-03-30 15:29:21 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-30 16:39:26 +0200 |
commit | e910b39751a90f977110190b12cdb738f6a1d132 (patch) | |
tree | e8888a442e782a21e5cf1a0b24f3dbb7d13a08d9 /dino.spec | |
parent | e872356b1734624840b5d25513805ca2f10f921c (diff) | |
download | dino-e910b39751a90f977110190b12cdb738f6a1d132.tar.gz dino-e910b39751a90f977110190b12cdb738f6a1d132.zip |
Make configure/make compatible with autotools
Diffstat (limited to 'dino.spec')
-rw-r--r-- | dino.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,11 +69,11 @@ developing plugins for %{name}. #%setup -n "dino-%{commit}" %build -./configure --prefix="%{buildroot}%{_prefix}" --valac="%{_bindir}/valac%{?vala_version_suffix}" --lib-suffix="%{_lib}" +%configure make %install -make install +make install DESTDIR="%{buildroot}" desktop-file-validate %{buildroot}%{_datadir}/applications/dino.desktop %post |