← recipes

Commit 98fc180

0
plików
+0
dodanych
-0
usuniętych
@@ -178,9 +178,9 @@ build: |
178 178 jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR=${PKGDIR} -sREFSUBDIR=share/argyllcms/ref all
179 179 jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR=${PKGDIR} -sREFSUBDIR=share/argyllcms/ref install
180 180
181 - rm ${PKGDIR}/usr/bin/License.txt
181 + rm -f ${PKGDIR}/usr/bin/License.txt
182 182
183 - rm {doc,ref}/afiles
183 + rm -f {doc,ref}/afiles
184 184 install -Dm644 doc/*.* -t ${PKGDIR}/usr/share/${pkgname}/doc/
185 185 install -Dm644 doc/ccmxs/*.ccmx -t ${PKGDIR}/usr/share/${pkgname}/doc/ccmxs/
186 186