Skip to content

Commit

Permalink
[packaging] Remove tar_git from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
keto committed Feb 9, 2021
1 parent 13ebaa7 commit ae89a7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ install:
install -D -m 644 conf/supervisor/$$p.conf $(DESTDIR)/etc/supervisor/conf.d/$$p.conf ; \
done

install -D -m 644 src/service/tar_git.service $(DESTDIR)/usr/lib/obs/service/tar_git.service
install -D -m 755 src/service/tar_git $(DESTDIR)/usr/lib/obs/service/tar_git
install -D -m 644 src/service/webhook.service $(DESTDIR)/usr/lib/obs/service/webhook.service
install -D -m 755 src/service/webhook $(DESTDIR)/usr/lib/obs/service/webhook

0 comments on commit ae89a7d

Please sign in to comment.