Skip to content

Commit

Permalink
added CHANGELOG to package
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Jan 14, 2024
1 parent c0ef352 commit 1ea2b3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/dsm7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ target/conf: target
target/LICENSE: target
curl -s -L https://github.com/philippe44/AirConnect/raw/master/LICENSE -o target/LICENSE

target/CHANGELOG: target
curl -s -L https://github.com/philippe44/AirConnect/raw/master/CHANGELOG -o target/CHANGELOG

target/PACKAGE_ICON.PNG: target
cp PACKAGE_ICON.PNG target/PACKAGE_ICON.PNG
cp PACKAGE_ICON_256.PNG target/PACKAGE_ICON_256.PNG
Expand All @@ -47,7 +50,7 @@ target/INFO: target
sed -i.bak -e 's/#INFO_FIRMWARE#/${INFO_FIRMWARE}/' target/INFO
rm target/INFO.bak

dist/AirConnect-dsm7-${ARCH}-${VERSION}.spk: target/package.tgz target/scripts target/WIZARD_UIFILES target/conf target/LICENSE target/INFO target/PACKAGE_ICON.PNG dist
dist/AirConnect-dsm7-${ARCH}-${VERSION}.spk: target/package.tgz target/scripts target/WIZARD_UIFILES target/conf target/LICENSE target/CHANGELOG target/INFO target/PACKAGE_ICON.PNG dist
$(if ${ARCH},$(info dist - Arch: ${ARCH}),$(error dist - Must specify ARCH))
cd target && tar -cf AirConnect-dsm7-${ARCH}-${VERSION}.spk *
mv target/AirConnect-dsm7-${ARCH}-${VERSION}.spk dist/
Expand Down

0 comments on commit 1ea2b3c

Please sign in to comment.