diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-11-15 20:41:25 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-11-15 20:41:25 +0100 |
commit | aa68c048f84b95fd982cb0fb2210ea740dbebc64 (patch) | |
tree | 9d7fdd84cf1c72d405f075e6e500bff5950e9659 /extras/volume_id/lib/Makefile | |
parent | 77ab93ed972d3a83d8f48d434c7e28153ae6dab6 (diff) |
volume_id: fix endianess bug in linux_raid detection
Diffstat (limited to 'extras/volume_id/lib/Makefile')
-rw-r--r-- | extras/volume_id/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index 438d84df44..1bf7de4aeb 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -13,7 +13,7 @@ INSTALL_DATA = ${INSTALL} -m 644 INSTALL_LIB = ${INSTALL} -m 755 SHLIB_CUR = 0 -SHLIB_REV = 73 +SHLIB_REV = 74 SHLIB_AGE = 0 SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) |