Add shell utils required by xbps-src.
These files are moved from the GIT repository. --HG-- extra : convert_revision : xtraeme%40gmail.com-20090818153742-98s9y92f5m19l3c2
This commit is contained in:
@@ -7,6 +7,7 @@ BIN = xbps-src
|
||||
all:
|
||||
sed -e "s|@@XBPS_INSTALL_PREFIX@@|$(PREFIX)|g" \
|
||||
-e "s|@@XBPS_INSTALL_ETCDIR@@|$(ETCDIR)|g" \
|
||||
-e "s|@@XBPS_INSTALL_SHAREDIR@@|$(SHAREDIR)|g" \
|
||||
main.sh > xbps-src
|
||||
|
||||
.PHONY: clean
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# xbps - A simple, minimal, fast and uncomplete build package system.
|
||||
#-
|
||||
# Copyright (c) 2008 Juan Romero Pardines.
|
||||
# Copyright (c) 2008-2009 Juan Romero Pardines.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -100,7 +98,7 @@ set_defvars()
|
||||
: ${XBPS_DBDIR:=$XBPS_MASTERDIR/var/db/xbps}
|
||||
: ${XBPS_META_PATH:=$XBPS_DBDIR/}
|
||||
: ${XBPS_PKGMETADIR:=$XBPS_DBDIR/metadata}
|
||||
: ${XBPS_SHUTILSDIR:=$XBPS_DISTRIBUTIONDIR/shutils}
|
||||
: ${XBPS_SHUTILSDIR:=@@XBPS_INSTALL_SHAREDIR@@}
|
||||
|
||||
DDIRS="XBPS_TEMPLATESDIR XBPS_TRIGGERSDIR"
|
||||
DDIRS="$DDIRS XBPS_HELPERSDIR XBPS_SHUTILSDIR"
|
||||
|
Reference in New Issue
Block a user