Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Remove post install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Nov 4, 2024
1 parent fff90b8 commit 4c6de19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ all-local:
@rm -f po/*.po\~
@sed -e 's|$${prefix}|$(prefix)|' data/motionplus-dist.conf > data/motionplus-dist.conf.tmp && mv -f data/motionplus-dist.conf.tmp data/motionplus-dist.conf

###################################################################
## Install default configuration files
###################################################################
install: all install-am
@cp -n "$(DESTDIR)@localstatedir@/lib/@PACKAGE@/motionplus-dist.conf" "$(DESTDIR)@localstatedir@/lib/@PACKAGE@/motionplus.conf"
@cp -n "$(DESTDIR)@localstatedir@/lib/@PACKAGE@/camera1-dist.conf" "$(DESTDIR)@localstatedir@/lib/@PACKAGE@/camera1.conf"

###################################################################
## Create pristine directories to match exactly distributed files
###################################################################
Expand Down

0 comments on commit 4c6de19

Please sign in to comment.