diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 102ddf3..56e7a08 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ override_dh_auto_configure: pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1 override_dh_auto_clean: - rm rapid-photo-downloader.1 + -rm rapid-photo-downloader.1 |