summaryrefslogtreecommitdiffhomepage
path: root/dist/dist_gitref.dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist/dist_gitref.dist')
-rw-r--r--dist/dist_gitref.dist9
1 files changed, 0 insertions, 9 deletions
diff --git a/dist/dist_gitref.dist b/dist/dist_gitref.dist
deleted file mode 100644
index 4ebd4124..00000000
--- a/dist/dist_gitref.dist
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# set +o errexit -o noglob -o nounset is assumed.
-#
-
-pkg_dist_gitref_all() {
- (rtl_fileop cd "${MIDIPIX_BUILD_PWD}" && git rev-parse HEAD > "${PREFIX}/build.gitref");
-};
-
-# vim:filetype=sh