Author: pierre
Date: Fri Aug 28 09:49:44 2020
New Revision: 23635

Log:
Systemd-units: fix displaying Makefile targets

Reported by Joe Locash on blfs-dev list

Modified:
   trunk/systemd-units/Makefile

Modified: trunk/systemd-units/Makefile
==============================================================================
--- trunk/systemd-units/Makefile        Fri Aug 28 07:26:08 2020        (r23634)
+++ trunk/systemd-units/Makefile        Fri Aug 28 09:49:44 2020        (r23635)
@@ -10,7 +10,7 @@
 CONFMODE=644
 
 all:
-       @grep "^install" Makefile.systemd | cut -d ":" -f 1
+       @grep "^install" Makefile | cut -d ":" -f 1
        @echo "Select an appropriate install target from the above list"
 
 create-dirs:
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to