]> git.pld-linux.org Git - packages/steam-launcher.git/commitdiff
Do not install apt config
authorJacek Konieczny <jajcus@jajcus.net>
Thu, 12 Jun 2014 15:01:30 +0000 (17:01 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 14 Jun 2014 10:18:43 +0000 (12:18 +0200)
steam-launcher.spec

index 2304a0005a049f89770b7349a37ce8539d840a40..94e251a09c06d15502b820db8b0a77e30c5b1d69 100644 (file)
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 rm $RPM_BUILD_ROOT%{_docdir}/steam/{README,steam_install_agreement.txt}
 
+# installed only when apt is installed on the build host
+[ -d $RPM_BUILD_ROOT/etc/apt ] && rm -r $RPM_BUILD_ROOT/etc/apt
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.031462 seconds and 4 git commands to generate.