]> git.pld-linux.org Git - packages/applnk.git/commitdiff
- version 1.5.16
authorankry <ankry@pld-linux.org>
Tue, 21 Jan 2003 21:19:30 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use %%{_pixmapsdir} and %%{applnkdir} in %%install

Changed files:
    applnk.spec -> 1.43

applnk.spec

index 5fb0a98dbd47554dbbd6ce03b719523749a6dc45..a6582f9c8bd6c17bb34a93fa3be241178cf42387 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Applnk - base directories tree used for storing desktop/kdelnk menu entries
 Summary(pl):   Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
 Name:          applnk
-Version:       1.5.15
+Version:       1.5.16
 Release:       1
 License:       GPL
 Group:         Base
@@ -38,7 +38,8 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install applnkdir=%{_applnkdir} pixmapsdir=%{_pixmapsdir} \
+               DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.160125 seconds and 4 git commands to generate.