minor fixes
authorIan Kelling <ian@iankelling.org>
Sun, 5 Apr 2020 19:42:48 +0000 (15:42 -0400)
committerIan Kelling <ian@iankelling.org>
Sun, 5 Apr 2020 19:42:48 +0000 (15:42 -0400)
distro-end
machine_specific/btrbk.hosts
pkgs

index 0f8a2129bf5db03d535c56acd667dcf89b9157ea..283c6803e20102ef264ab2ccb6c35afe6525a083 100755 (executable)
@@ -681,7 +681,7 @@ sudo update-alternatives --set x-www-browser /usr/bin/abrowser
 # way to install suggests even if the main package is already
 # installed. reinstall doesn't work, uninstalling can cause removing
 # dependent packages.
-pi ${pall[@]} $(apt-cache search ruby[.0-9]+-doc| awk '{print $1}') $(apt-cache depends gcc|grep -i suggests:| awk '{print $2}') $($src/distro-pkgs)
+pi ${pall[@]} $(apt-cache search ruby[.0-9]+-doc| awk '{print $1}') $($src/distro-pkgs)
 
 
 # website is dead june 14 2019. back in october, but meh
@@ -1513,7 +1513,9 @@ sgo btrfsmaintstop.timer
 m cd /a/opt/btrbk
 sudo make install
 
-sgo btrbk.timer
+if grep -xFq $HOSTNAME /a/bin/ds/machine_specific/btrbk.hosts; then
+  sgo btrbk.timer
+fi
 # note: to see when it was last run,
 # ser list-timers
 
@@ -1527,7 +1529,8 @@ EOF
 m pu transmission-gtk
 
 
-m /a/bin/buildscripts/pithosfly
+# pithosfly broken
+#m /a/bin/buildscripts/pithosfly
 
 
 # # Based on guix manual instructions, also added code to profile.
index d2378c022aa301d3f9f6cf8f06d2ec1311fe9b33..f39aaf7c647c83262cca0480b22d8e3286af2dcd 100644 (file)
@@ -3,3 +3,4 @@ kw
 x2
 tp
 x3
+frodo
diff --git a/pkgs b/pkgs
index 26fcc3dc1649e1b2ea9f3922e14f243e3d025037..29e30453c779cba07e670782d474f55d4163f930 100644 (file)
--- a/pkgs
+++ b/pkgs
@@ -95,6 +95,8 @@ p3=(
   xfonts-intl-asian
   fonts-sil-lateef
   gawk-doc
+  # gcc suggests
+  make manpages-dev autoconf automake libtool flex bison
   gcc-doc
   gdb
   gdb-doc