]> git.pld-linux.org Git - packages/crawl.git/commitdiff
- _applnkdir -> _desktopdir auto/ac/crawl-400b26-1
authorTomasz Pala <gotar@pld-linux.org>
Mon, 8 Mar 2004 13:11:59 +0000 (13:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crawl.spec -> 1.19

crawl.spec

index 5359844045bc696241434ae1cc9e96c82a17d5b7..4b8ef6150ea5f890c314f917067afa5c9ea0fb7b 100644 (file)
@@ -55,12 +55,12 @@ cd source
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_datadir},%{_applnkdir}/Games/RPG,%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_datadir},%{_desktopdir},%{_pixmapsdir}}
 
 install source/crawl $RPM_BUILD_ROOT%{_bindir}
 install docs/crawl.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/RPG
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 :> $RPM_BUILD_ROOT%{_datadir}/scores
@@ -76,5 +76,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(2775,root,games) %dir %{_datadir}
 %attr(664,root,games) %config(noreplace) %verify(not md5 size mtime) %{_datadir}/scores
 %{_mandir}/man6/*
-%{_applnkdir}/Games/RPG/*
+%{_desktopdir}/*
 %{_pixmapsdir}/*
This page took 0.091423 seconds and 4 git commands to generate.