aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Bader <stefan.bader@canonical.com>2009-04-30 20:29:37 +0200
committerStefan Bader <stefan.bader@canonical.com>2009-04-30 20:29:37 +0200
commitc1c662c3b6f88ab791988e8f14d6ec2e5bbf6f75 (patch)
treea32aed6b0f7c5917e6167410c68d3186fd30306a /Makefile
parent59a539d0a0c106afed71662a534328f5cd6a12e9 (diff)
Use package name prefix (linux-meta) instead of linux-ports.
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0a07066..6d9c279 100644
--- a/Makefile
+++ b/Makefile
@@ -4,17 +4,17 @@ META_VERSION := $(shell head -1 $(LOG)|sed 's/.*(\(.*\)).*/\1/')
all: source
source: clean
- ln -s meta-source linux-ports-$(META_VERSION)
- cd linux-ports-$(META_VERSION); \
+ ln -s meta-source linux-meta-$(META_VERSION)
+ cd linux-meta-$(META_VERSION); \
dpkg-buildpackage -S -sa -rfakeroot -I.git -I.gitignore -i'\.git.*'
binary: clean
- ln -s meta-source linux-ports-$(META_VERSION)
- cd linux-ports-$(META_VERSION); \
+ ln -s meta-source linux-meta-$(META_VERSION)
+ cd linux-meta-$(META_VERSION); \
debuild -b
clean:
cd meta-source && fakeroot debian/rules clean
- rm -f linux-ports-$(META_VERSION)
+ rm -f linux-meta-$(META_VERSION)
rm -f *.dsc *.changes *.gz *.deb *.build