diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-07 19:05:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-07 19:05:57 +0000 |
commit | d72d3f92dc553fcff8db163581d6981d36fb9993 (patch) | |
tree | f9f56138ce62f1ad18ea01c55cf0f4c7a5983cc0 /debian/rules | |
parent | 2185d176eaa8bb43ae4c5b0820316f761c7f9e7a (diff) |
renamed to pduino in debian packaging
svn path=/trunk/externals/pduino/; revision=16349
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 899d6fe..944131d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -LIBRARY_NAME = arduino +LIBRARY_NAME = pduino PACKAGE = pd-$(LIBRARY_NAME) pkglibdir = /usr/lib/pd/extra |