fixes in Tools/{getopt,Tcl} build-scripts

This commit is contained in:
2018-10-15 14:19:52 +02:00
parent 19ba95e43f
commit a4663d81cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "ftp://ftp.tcl.tk/pub/tcl/tcl8_6/tcl$V-src.tar.gz"
pbuild::set_docfiles 'license.terms' 'README'
pbuild::install_docfiles 'license.terms' 'README'
pbuild::configure() {
case ${OS} in
+1 -1
View File
@@ -35,7 +35,7 @@ pbuild::install() {
}
pbuild::cleanup_build() {
make -e realclean
:
}
pbuild::make_all