]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
fix rpmlint E: backup-file-in-package auto/th/phpMyAdmin-4.1.6-2
authorElan Ruusamäe <glen@delfi.ee>
Tue, 4 Feb 2014 23:13:42 +0000 (01:13 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 4 Feb 2014 23:13:42 +0000 (01:13 +0200)
phpMyAdmin.spec

index 012cb6c2e18a3f5f556a24c987ef0b61f590809a..7c7fc04d96f24b84afbaefb0086e77b22b02ec19 100644 (file)
@@ -89,6 +89,9 @@ podręcznika MySQL). Aktualnie phpMyAdmin potrafi:
 %patch1 -p0
 %patch2 -p0
 
+# cleanup backups after patching
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
This page took 0.089865 seconds and 4 git commands to generate.