Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Jan 14, 2024
1 parent 9e148a5 commit 72e4f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dsm7/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Syno package structure: https://help.synology.com/developer-guide/synology_package/package_structure.html
VERSION=${RELEASE_VERSION}-$(shell date '+%Y%m%d')
#$(if ${RELEASE_VERSION},$(info AirConnect Version: ${RELEASE_VERSION}),$(error Must specify RELEASE_VERSION))
$(if ${ARCH},$(info Arch: ${ARCH}),$(error Must specify ARCH))

LICENSE:
curl -s -L https://github.com/philippe44/AirConnect/raw/master/LICENSE -O
Expand All @@ -13,6 +11,8 @@ dist:
mkdir -p dist

target/package.tgz: target
$(if ${RELEASE_VERSION},$(info AirConnect Version: ${RELEASE_VERSION}),$(error Must specify RELEASE_VERSION))
$(if ${ARCH},$(info Arch: ${ARCH}),$(error Must specify ARCH))
cp bin/airupnp-linux-${ARCH} target/airupnp
chmod +x target/airupnp
cp bin/aircast-linux-${ARCH} target/aircast
Expand Down

0 comments on commit 72e4f7e

Please sign in to comment.