]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- include robots.txt
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 9 Apr 2012 12:08:08 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin.spec -> 1.262

phpMyAdmin.spec

index 0391352ec4a674fa989ac02262f0aac060d83b79..83d74a01ea376740f6a1a1a4e2adabac6b6ff496 100644 (file)
@@ -89,7 +89,7 @@ podręcznika MySQL). Aktualnie phpMyAdmin potrafi:
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
 
-install *.php *.html *.css $RPM_BUILD_ROOT%{_appdir}
+install *.php *.html *.css robots.txt $RPM_BUILD_ROOT%{_appdir}
 cp -a locale themes js libraries $RPM_BUILD_ROOT%{_appdir}
 
 install libraries/config.default.php $RPM_BUILD_ROOT%{_sysconfdir}/config.inc.php
@@ -139,3 +139,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_appdir}/*.css
 %{_appdir}/*.html
 %{_appdir}/*.php
+%{_appdir}/robots.txt
This page took 0.032194 seconds and 4 git commands to generate.