Release for DSM7.0

This commit is contained in:
jasonchiu
2020-09-18 09:05:10 +00:00
parent e58d1055bc
commit 1ecf80a90f
96 changed files with 4490 additions and 2156 deletions

View File

@ -1,11 +1,11 @@
#!/bin/bash
# Copyright (c) 2000-2016 Synology Inc. All rights reserved.
# Copyright (c) 2000-2020 Synology Inc. All rights reserved.
if [ -z "$__INCLUDE_VARIABLE_PKG__" ]; then
__INCLUDE_VARIABLE_PKG__=defined
VERSION_FILE=/PkgVersion
DownloadServer="sourceforge.net/projects/dsgpl/files"
SpkResultDir="result_spk"
BuildEnvDir="$ScriptsDir/../build_env"
fi
# vim:ft=sh