mirror of https://github.com/eLvErDe/hwraid.git
Clean debian/rules
This commit is contained in:
parent
dd0c927bb3
commit
a31a73d859
|
@ -1,12 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
# Quilt patch system
|
||||
include /usr/share/quilt/quilt.make
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
clean: unpatch
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
|
@ -16,9 +13,6 @@ install:
|
|||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
test -e arcconf_v1_5_20942.zip || wget http://download.adaptec.com/raid/storage_manager/arcconf_v1_5_20942.zip
|
||||
unzip -o arcconf_v1_5_20942.zip
|
||||
install -D -m 755 linux/cmdline/arcconf $(CURDIR)/cmdline/arcconf
|
||||
dh_install
|
||||
|
||||
binary-indep: build install
|
||||
|
@ -27,9 +21,6 @@ binary-arch: build install
|
|||
dh_testroot
|
||||
dh_installchangelogs
|
||||
dh_installdocs
|
||||
dh_installinit -Nadaptec-universal-storage-snmpd
|
||||
# Priority 21, so it will start after snmpd
|
||||
dh_installinit -padaptec-universal-storage-snmpd -- defaults 21
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
|
Loading…
Reference in New Issue