Changeset 306 for branches/release/0.2/debian/rules
- Timestamp:
- 08/03/09 10:11:39 (3 years ago)
- File:
-
- 1 edited
-
branches/release/0.2/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/debian/rules
r305 r306 1 1 #!/usr/bin/make -f 2 2 # -*- makefile -*- 3 # Sample debian/rules that uses debhelper.4 # This file was originally written by Joey Hess and Craig Small.5 # As a special exception, when this file is copied by dh-make into a6 # dh-make output file, you may use that output file without restriction.7 # This special exception was added by Craig Small in version 0.37 of dh-make.8 3 9 4 # Uncomment this to turn on verbose mode. … … 50 45 51 46 # Add here commands to install the package into debian/itaka. 52 $(MAKE) -f Makefile.Debian DESTDIR=$(CURDIR)/debian/itaka install 53 #$(MAKE) install 47 $(MAKE) DESTDIR=$(CURDIR)/debian/itaka/usr install 54 48 55 49 # And other miscellaneous tasks
Note: See TracChangeset
for help on using the changeset viewer.

