]> git.pld-linux.org Git - packages/alsa-lib.git/commitdiff
- removed __prefix definition
authortrojan <trojan@pld-linux.org>
Mon, 13 Jan 2003 07:43:52 +0000 (07:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- s/__prefix/_datadir

Changed files:
    alsa-lib.spec -> 1.61

alsa-lib.spec

index 1a16ce5a5cf970354cac80aedb48f1108347af3b..23994be27b4a3989cf53dafb8794d50a31b72a0e 100644 (file)
@@ -22,7 +22,6 @@ ExcludeArch:  sparc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
-%define        __prefix        /usr/share
 
 %description
 Advanced Linux Sound Architecture (ALSA) - Library
@@ -162,7 +161,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %attr(755,root,root) %{_bindir}/*
-%{__prefix}/alsa/*
+%{_datadir}/alsa/*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.081394 seconds and 4 git commands to generate.