diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:44:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-12 22:44:25 +0000 |
commit | 4eae209a441add9fc52334877a47e5bd8c5641d3 (patch) | |
tree | cde7249a5cc481b260f755c8699e992448b1b8b9 /debian/rules | |
parent | 48d170d5d50bb84a96d249f17e2048c48270ea97 (diff) |
got 'make dist' working and fixed up debian stuff
svn path=/trunk/externals/pddp/; revision=13425
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0c273a4..b2105cc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -LIBRARY_NAME = template +LIBRARY_NAME = pddp PACKAGE = pd-$(LIBRARY_NAME) pkglibdir = /usr/lib/pd/extra |