リビジョン | 2b8cea48a994507781d7eac40690ba379e2a68e9 (tree) |
---|---|
日時 | 2020-05-23 15:22:57 |
作者 | dyknon <dyknon@user...> |
コミッター | dyknon |
better clean rule
@@ -1,7 +1,7 @@ | ||
1 | 1 | #!/usr/bin/make -f |
2 | 2 | |
3 | 3 | execute_before_dh_auto_configure: |
4 | - mv src/ppport.h src/ppport.h.orig | |
4 | + mv src/ppport.h src/ppport.h.orig || true | |
5 | 5 | |
6 | 6 | execute_before_dh_auto_clean: |
7 | 7 | if [ -f src/ppport.h.orig ]; then mv src/ppport.h.orig src/ppport.h; fi |