From bd16b61a2be9d158778244c3e2b184a65a496e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Sat, 29 Aug 2015 08:22:51 -0300 Subject: replace all db-* exec with xbs, create all db-* compability, and add DISTRO_TYPE on all platform configs --- src/bin/db-repo-add | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) mode change 120000 => 100644 src/bin/db-repo-add (limited to 'src/bin/db-repo-add') diff --git a/src/bin/db-repo-add b/src/bin/db-repo-add deleted file mode 120000 index 94f9cee..0000000 --- a/src/bin/db-repo-add +++ /dev/null @@ -1 +0,0 @@ -db-pkg-add \ No newline at end of file diff --git a/src/bin/db-repo-add b/src/bin/db-repo-add new file mode 100644 index 0000000..6969746 --- /dev/null +++ b/src/bin/db-repo-add @@ -0,0 +1,22 @@ +#!/bin/bash +# X Build System +# Copyright (C) 2012-2015 Parabola Hackers + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +CONFIG_DIR="$(dirname "$(readlink -e "$0")")/etc" + +FLAGS=("${@}") + +RUN_DIR="xbs add ${FLAGS[@]}" -- cgit v1.2.3-2-g168b