diff options
| author | ruki <[email protected]> | 2017-04-07 13:27:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-07 13:27:08 +0800 |
| commit | 4550a78f09c041fbe8945980ce981b63e2a8b26a (patch) | |
| tree | 168a165372496f63deaa20bd187f75ea545530ed /scripts/debian/rules | |
| parent | 265c594d2a97fde5a16f9c44580cb7a7773d6bbc (diff) | |
modify debian script and changelog
Diffstat (limited to 'scripts/debian/rules')
| -rwxr-xr-x | scripts/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/debian/rules b/scripts/debian/rules index 1fd9a293b..b5ded3369 100755 --- a/scripts/debian/rules +++ b/scripts/debian/rules @@ -25,7 +25,8 @@ install: build dh_clean -k dh_installdirs #install here - make install prefix=./debian/xmake + make install prefix=$(CURDIR)/debian/xmake + binary-indep: build install # We have nothing to do by default. # # Build architecture-dependent files here. |
