[xulrunner] Nix some redundant push/pop pairs

Christopher Aillon caillon at fedoraproject.org
Fri Feb 25 22:03:55 UTC 2011


commit b2199476beb9d3f310e9df58ed9b1593160acba8
Author: Christopher Aillon <caillon at redhat.com>
Date:   Sun Feb 13 01:03:34 2011 -0800

    Nix some redundant push/pop pairs

 xulrunner.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 01adbf8..bcb416a 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -330,13 +330,7 @@ EOF
 
 pushd $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}
 install_file "mozilla-config"
-popd
-
-pushd $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}
 install_file "jsautocfg"
-popd
-
-pushd $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_SDK_NAME}
 install_file "js-config"
 popd
 


More information about the scm-commits mailing list