diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2007-07-27 07:36:59 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2007-07-27 07:36:59 +0000 |
commit | 9f1fde7139cb5054a3468984624bbe3d04a5b0eb (patch) | |
tree | 82aebc31beb696adeb7d51d7fce2939133e547ed /README | |
parent | cee2c34a5d78a183b777d1d8a716de23ae37331b (diff) | |
download | acf-alpine-baselayout-9f1fde7139cb5054a3468984624bbe3d04a5b0eb.tar.bz2 acf-alpine-baselayout-9f1fde7139cb5054a3468984624bbe3d04a5b0eb.tar.xz |
new style of acf modulesv2.0
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@216 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +acf-alpine-baselayout is an application for the ACF framework. + + +HOWTO INSTALL +------------ +Edit paths in config.mk + +As root, run: + + make install [DESTDIR=<target dir>] + + +HOWTO MODIFY +------------ +If you modify source and want to create a new source package, you will need +to verify that all files that should be included are listed in Makefile and +that no files that should not be included are not listed there. + +To make a new ditribution package run: + + make dist + |