Parcourir la source

Fix botched sed hack

Alois Mahdal il y a 5 ans
Parent
révision
86a6a24995
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      light.spec.in

+ 2
- 2
light.spec.in Voir le fichier

@@ -13,8 +13,8 @@ Light is a program to control backlight controllers under GNU/Linux.
13 13
 
14 14
 %prep
15 15
 %autosetup -n %{name}-%{version}
16
-sed -i -e 's/chown root//' Makefile
17
-sed -i -e 's/chmod 4755//' Makefile
16
+sed -i -e '/chown root/d' Makefile
17
+sed -i -e '/chmod 4755/d' Makefile
18 18
 
19 19
 %build
20 20
 make %{?_smp_mflags}