Matt Burgess wrote: > On Mon, 2012-07-16 at 13:19 -0500, Bruce Dubbs wrote: > >> OK, this seems to fix it: >> >> $ svn diff >> Index: common/libs/func_wrt_Makefile >> =================================================================== >> --- common/libs/func_wrt_Makefile (revision 3635) >> +++ common/libs/func_wrt_Makefile (working copy) >> @@ -99,9 +99,11 @@ >> util-linux-libs) echo $(grep "^util-linux" >> $JHALFSDIR/pkg_tarball_list | head -n1 ) >> ;; >> xz-utils) echo $(grep "^xz" $JHALFSDIR/pkg_tarball_list | head -n1 ) >> - ;; >> + ;; >> sqlite) echo $(grep "^sqlite" $JHALFSDIR/pkg_tarball_list | head >> -n1 ) >> - ;; >> + ;; >> + udev) echo $(grep "^systemd" $JHALFSDIR/pkg_tarball_list | head -n1 ) >> + ;; >> *) echo $(grep "^$script_name[_-][[:digit:]]" >> $JHALFSDIR/pkg_tarball_list | head -n1 ) >> ;; >> esac >> >> Note that I removed two literal tab characters. Only the last two lines >> are essential. > > Looks good to me, Bruce. Do you have commit privs on alfs? If not, I > can commit this for you.
Well, I could probably give them to myself, but it would be easier for you to do it. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
