Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
leafpad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian
leafpad
Commits
d1f72b96
Commit
d1f72b96
authored
Dec 22, 2009
by
Jari Aalto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/rules: (install): use CURDIR, remove PKGDIR
parent
fe368218
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rules
debian/rules
+2
-2
No files found.
debian/rules
View file @
d1f72b96
...
...
@@ -2,7 +2,7 @@
# export DH_VERBOSE=1
PACKAGE
= leafpad
PACKAGE = leafpad
man:
$(MAKE) -C debian -f pod2man.mk PACKAGE=$(PACKAGE) makeman
...
...
@@ -17,7 +17,7 @@ install: build man
dh_testroot
dh_prep
dh_installdirs
$(MAKE) install DESTDIR=$(
PKGDIR
)
$(MAKE) install DESTDIR=$(
CURDIR)/debian/$(PACKAGE
)
inary: install man
# target: binary (binary-arch) -- Build architecture-dependent files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment