]> git.pld-linux.org Git - packages/etckeeper.git/commitdiff
update bash-completion install
authorElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jun 2016 20:28:15 +0000 (23:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jun 2016 20:28:16 +0000 (23:28 +0300)
now installed to /usr/share

etckeeper.spec

index 477809e8691f7e3753eab8ea8cc1f71f30b8a5e1..c9ab4a65abdc6243c0116806500e6ee7b5fb8914 100644 (file)
@@ -104,7 +104,6 @@ install -d $RPM_BUILD_ROOT{/etc/cron.daily,%{_sysconfdir}/%{name},%{_localstated
        DESTDIR=$RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT{/lib,%{_sysconfdir}}/%{name}/%{name}.conf
-mv $RPM_BUILD_ROOT{/lib/bash_completion.d,%{_sysconfdir}}
 
 install -p debian/cron.daily $RPM_BUILD_ROOT/etc/cron.daily/%{name}
 install -p %{SOURCE1} $RPM_BUILD_ROOT%{_poldekconfdir}/pre-install.d/%{name}
@@ -163,4 +162,4 @@ test -f /etc/poldek/poldek.conf || exit 0
 
 %files -n bash-completion-%{name}
 %defattr(644,root,root,755)
-%{_sysconfdir}/bash_completion.d/%{name}
+%{bash_compdir}/etckeeper
This page took 0.126986 seconds and 4 git commands to generate.