소스 검색

Fix botched sed hack

Alois Mahdal 6 년 전
부모
커밋
86a6a24995
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      light.spec.in

+ 2
- 2
light.spec.in 파일 보기

@@ -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}