summaryrefslogtreecommitdiff
path: root/src/fullpkg
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 00:56:44 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 20:01:06 -0600
commit1d6066b37e0fd4e7118a3d366d1b6a2168a70286 (patch)
treee6a70fd85f6d553a6dd0c37eefb89ce757a19747 /src/fullpkg
parent12da94c924cb29dd83c4bbf6fd50d1d1fc660312 (diff)
fullpkg-find:copy_files(): comment on being stolen from makechrootpkg
Diffstat (limited to 'src/fullpkg')
-rwxr-xr-xsrc/fullpkg/fullpkg-find2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fullpkg/fullpkg-find b/src/fullpkg/fullpkg-find
index 72a6585..d110ff2 100755
--- a/src/fullpkg/fullpkg-find
+++ b/src/fullpkg/fullpkg-find
@@ -11,6 +11,8 @@ guess_repo() {
basename $(dirname $(pwd))
}
+# This function is stolen from makechrootpkg.
+# That probably has some copyright/licensing implications.
copy_files() {
local copydir="$build_dir/${pkgbase:-${pkgname[0]}}"