From 471bdb01fd3a13129e15bf91af56b2a2e65a5651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Pavlas?= Date: Thu, 7 Jun 2012 17:50:16 +0200 Subject: [PATCH] use _libexecdir instead of /usr/libexec/ --- python-urlgrabber.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index 86ddaf6..5b79cdb 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog LICENSE README TODO %{python_sitelib}/urlgrabber* %{_bindir}/urlgrabber -%attr(0755,root,root) /usr/libexec/urlgrabber-ext-down +%attr(0755,root,root) %{_libexecdir}/urlgrabber-ext-down %changelog * Mon May 21 2012 Zdeněk Pavlas - 3.9.1-14